-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add jest-puppeteer example #5093
Conversation
2b09fd7
to
656f896
Compare
Codecov Report
@@ Coverage Diff @@
## master #5093 +/- ##
=======================================
Coverage 60.58% 60.58%
=======================================
Files 201 201
Lines 6686 6686
Branches 4 4
=======================================
Hits 4051 4051
Misses 2635 2635 Continue to review full report at Codecov.
|
docs/Puppeteer.md
Outdated
```js | ||
// setup.js | ||
module.exports = function() { | ||
return new Promise((resolve, reject) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should use async
-await
in the examples
docs/Puppeteer.md
Outdated
--- | ||
|
||
With the | ||
[Global Setup/Teardown](https://facebook.github.io/jest/docs/en/configuration.html#globalsetup-string) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to have relative links here?
656f896
to
e9d761c
Compare
Cool! I hope this integration makes people happy :) |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Added a guide for usage with puppeteer